To run the C++ examples in Visual Studio:

Open the properties of the project and go to the Debugging section.

The examples need two Command Arguments: 
* the location of Aimms for example : 
   	"C:\Program Files\AIMMS\AIMMS 4" or 
    "C:\Users\JohnDoe\AppData\Local\Aimms\IFA\Aimms\4.3.2.3-x64" (extracted installation free version )

* the Aimms project:
	"$(SolutionDir)AimmsModel\AimmsModel.aimms"

Extend the Path in the Environment field:
	PATH=$(AIMMS_SDK_HOME)\cpp\bin;%PATH%

